home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / SWMAG / DISK1771.ZIP / EZCRLMAN.TXT < prev    next >
Text File  |  1989-06-01  |  20KB  |  372 lines

  1. #50#
  2.   Quick startup info:
  3.  
  4.   EZ-Crypt Lite  allows  you  to  encrypt and decrypt files.   This means it
  5.   allows  you  to limit the distribution  of your important information to a
  6.   restricted group of people.   EZ-Crypt Lite  will  give you the ability to
  7.   make your important information unintelligible  to  those who don't have a
  8.   "need to know".   ONLY  those with the correct decryption  key  can access
  9.   your important data.
  10.  
  11.   EZ-Crypt Lite provides four methods for privacy of communication.   First,
  12.   the simple or fast operation which is basically an exclusive or. Second, a
  13.   form of substitution.   Third, a form of transposition.   Fourth, a slower
  14.   combination of substitution and transposition. EZ-Crypt Lite also performs
  15.   analysis on your data which can be used to check your encrypted output.
  16.  
  17.   Some people  are  interested  in  determining  what a message said.  Those
  18.   people can use the analysis capability to determine what form of cypher as
  19.   well as try to break the key of an encrypted message. Efforts at reading a
  20.   secret message is called cryptanalysis.
  21.  
  22.   Refer to other sections of the On-Line Manual for additional  information.
  23.   F1  is always available to call up help while you are using EZ-Crypt Lite.
  24. #51#
  25.  
  26.                        ┌──────────────────────────┐
  27.                        │ Commonly Asked Questions │
  28.                        └──────────────────────────┘
  29.  
  30.   1. Does  EZ-Crypt Lite (EZCRL) allow me  to send software  thru  the  mail
  31.      without  worrying about unauthorized people getting access to it?  Yes!
  32.      Both  you  and  the person  you are sending the files to need a copy of
  33.      EZ-Crypt Lite and the common shared key.  Before sending the files thru
  34.      the mail, encrypt them using the highest encryption method in  EZ-Crypt
  35.      Lite (this provides the maximum protection).  At the receiving end they
  36.      will decrypt the file using the same method and the common key.
  37.  
  38.   2. Can  I  be sure that no one will ever be able to  "read"  my  encrypted
  39.      data?   No!   All  that you can do is make it  extremely difficult  for
  40.      anyone to have access to your data.   Your goal  should  be to make  it
  41.      more costly  for  someone  to gain access to your data than the data is
  42.      worth.   EZ-Crypt's  encryption methods  can be broken  but  it is very
  43.      costly to break the higher encryption methods within EZ-Crypt.  It will
  44.      cost someone hundreds or thousands of  hours of manpower  and  computer
  45.      time to "crack" the  higher  encryption methods that EZ-Crypt provides.
  46. #100#
  47.  
  48.   EZ-Crypt Lite requires an IBM PC or close compatible with at least 384K of
  49.   RAM and DOS 3.0 or later.   A hard disk is not required but is recommended
  50.   when  encrypting/decrypting  large files because of the much  faster  disk
  51.   access.
  52.  
  53.   EZ-Crypt Lite  provides  several  encryption/decryption methods for you to
  54.   choose  from.   We  are  not  trying  to confuse you  with  extra choices.
  55.   Depending on the type of data you are working with a simple  but very fast
  56.   method may be all you need.   As your need for more  protection  increases
  57.   you can use the slower but safer encryption routines we provide.
  58.  
  59. #200#
  60.   The use  of  coded messages for secret communications has been  a practice
  61.   throughout history.   Julius Ceasar sent coded messages to his general  to
  62.   ensure the  messages couldn't be read  if  they  fell  into  enemy  hands.
  63.   George  Washington,  during  the  Amercian  Revolution,  passed  important
  64.   information about the British forces in coded form. Today, the US Military
  65.   and  many large corporations  pass important information  in  a  coded  or
  66.   encrypted form.
  67.  
  68.   The ability to communicate is very important.  But there will be occasions 
  69.   when you may want to limit your information. To limit the number of people
  70.   who can read your important information,  EZ-Crypt Lite  will encrypt  and
  71.   decrypt your files.   You can store or transmit those files to communicate
  72.   and still keep your information unintelligible to others.
  73.  
  74.   Some individuals may be interested in determining  what your message said.
  75.   If this individual  obtains a copy of  your  encrypted  message,  he  will
  76.   attempt to determine what your message said.   Your message  is considered
  77.   safe as long as it will take too long to unravel the message, for it to be
  78.   useful to the other person.
  79.  
  80.   Some of the fundamental understanding of basic cryptanalytic endeavor,  is
  81.   taken up in the manual.
  82. #201#
  83.  
  84.   Some basic definitions follow:
  85.  
  86.   Cryptography -- The general study  of  hiding the meaning  of messages and
  87.   the general techniques used for the hiding.
  88.   
  89.   Cryptanalysis -- The solving or breaking of codes without any knowledge of
  90.   the key.
  91.  
  92.   Cipher -- Any technique,  method,  or scheme (substitution, transposition,
  93.   and XOR) used to encrypt and decrypt text,  without regard to its linguist
  94.   structure.
  95.  
  96.   Plaintext -- The unencrypted or totally decrypted readable text.
  97.  
  98.   Cyphertext -- The unintelligible text, after encrypting it.
  99.  
  100.   Encrypting -- The  process  of  encoding  a  plaintext  file to  hide  the
  101.   intelligence.
  102.  
  103.   Decrypting -- Decoding an encrypted/ciphertext file.
  104. #202#
  105.  
  106.   Some more basic definitions follow:
  107.  
  108.   Key -- The text  that  was used to encrypt or decrypt  a file.   Sometimes
  109.   called a code word.
  110.  
  111.   Substitution encipherment -- Replaces each letter of the  original message
  112.   by another.
  113.  
  114.   Transposition encipherment -- Rearranges  the position  of  each letter of
  115.   the original message, but doesn't change their identities.
  116.  
  117.   XOR -- Exclusive or, an arithmetic encryption technique working at the bit
  118.   level on characters.
  119.  
  120. #300#
  121.  
  122.                            HISTORY OF REVISIONS:
  123.                            ═════════════════════
  124.  
  125.   EZ-Crypt Lite ver 1.0    Initial  release.   Provided  several  encryption
  126.   May 1989                 decryption methods  along with a  statistics area
  127.                            to  let  you  analyze  the   encrypted  text  for
  128.                            frequency distribution.
  129.  
  130.   EZ-Crypt Lite ver 1.1    Enhanced the directory  to add  sorting based  on
  131.   June 1989                any field plus a secure file wipe option. Several
  132.                            other additional enhancements.
  133.  
  134.  
  135. #500#
  136.  
  137.   GENERAL:
  138.   ════════
  139.  
  140.   1.  EZ-Crypt was developed by David Black and Perry Kelley.
  141.   2.  Special thanks to all of our Beta testers.
  142.   3.  EZ-Crypt Lite  was written in C  and uses  the  Professional C Windows
  143.       described below.  The source for EZ-Crypt Lite consists of about 5,000
  144.       lines of code.
  145.   4.  Special thanks to  Jim Nech  at  SSS  for  his excellent  C & Assembly
  146.       language windowing package (Professional C Windows)  used in  EZ-Crypt
  147.       Lite.   It  comes  with complete source code and is  only  $89.   This
  148.       package is a must for software developers  (info/orders 713-943-8060).
  149.  
  150. #900#
  151.  
  152.   EZX Publishing
  153.   Publishers of the EZ Series
  154.   P.O. Box 58177, Suite 1777
  155.   Webster, TX 77598 USA
  156.  
  157.   Telephone: 713-280-9900   EZ-HOST BBS!    713-280-8180   (1200/2400,N,8,1)
  158.                         (Customer support plus extras for registered users!)
  159.  
  160.   EZX Publishing Presents....
  161.  
  162.   EZ-FORMS LITE (tm)  Great price,  Less bytes than EZFX!   Never be without
  163.   the perfect form with the PREMIER forms processor!   Create/Fill-in/Print/
  164.   Revise all kinds of forms.  And,  when you have the perfect form,  print a
  165.   perfect master for your copier or local printer.   Or,  leave  the  master
  166.   form on screen, fill in your data, and print the perfect form, error free.
  167.   In just a snap! Your filled-in form can be automatically stored, each with
  168.   its own control number.   Its like having an electronic filing cabinet for
  169.   perfect audit control.  You can make solid borders, lines,  shades,  combs
  170.   and numerous graphics with just a few key strokes. In fact, you can create
  171.   the  perfect custom form  faster  than  your  local  typesetter  can  say,
  172.   OVERCHARGE!    *** Continued on the next page ***
  173. #901#
  174.  
  175.   Clear Forms Overlay is great for pre-printed forms.   Just enter your data
  176.   in the available spaces on the master form while previewing the results on
  177.   screen.   It prints perfectly!   No more goof-ups  and  wastage  of  those
  178.   expensive  multi-part forms.   Speeds processing too.   Features  include:
  179.   auto-time/date/sequence  numbering;  block cut/paste/copy;  import/export;
  180.   forms up to 130 columns by 86 lines.   Operates  on  IBM family  and close
  181.   compatible computers.  DOS 2.1+, 384K RAM and 1 floppy required.  Complete
  182.   printer drivers included.   Supports most printers including Epson/IBM and
  183.   compatible printers;  also the HP-LaserJet and compatibles ("Y" cartridge;
  184.   other fonts may vary see soft font pack below).   Over 90  user modifiable
  185.   forms  also  included.   Additional  new  features  include:   slick  user
  186.   interface with moving bar  "pull-down"  menus and on-line help;  annotated
  187.   forms directory;  "LQ"  24 pin dot matrix  and  integrated  Laser  printer
  188.   support  (see optional laser Font pack below);  bolding  and  underlining;
  189.   printed user guide and 90+ basic forms pack included.
  190.  
  191.   ...Only $59 (Extra forms packs... see below.)  Add shipping to all prices.
  192.  
  193. #902#
  194.  
  195.   EZ-FORMS EXECUTIVE (tm)   "The Ultimate Forms Generator and Manager".   In
  196.   addition to all the features of EZ-FORMS LITE, add:  moving-bar menus with
  197.   over 175 screens of on-line help, a comprehensive printed manual/tutorial,
  198.   Math  (add,  subtract,  multiply,  divide,  column/row addition);   Macros
  199.   (keystroke record/playback makes form fill-out a breeze);  ASCII data file
  200.   merge,  auto date,  time,  increment numbering,  multi-character  drawing,
  201.   fill-in  and  file,  clear forms  overlay  (for pre-printed forms);  chain
  202.   (multi-page forms)  and  multi-copy printing;  handles  forms  up  to  248
  203.   columns by 132 lines.   Enhanced printer support  includes  extensive user
  204.   modifiable printer attributes and embedded characters,  also double/single
  205.   block/shade  character  line  drawing  and  any  character  "drag"  modes,
  206.   italics, superscript, subscript,  double wide, bold, underline,  etc.  for
  207.   properly equipped printers.   Laser Printer  (HP and compatibles)  support
  208.   includes auto font downloading, graphics emulation and custom font support
  209.   see optional font disk below.   "LQ" 24 pin. as well as,  9 pin dot matrix
  210.   printers are also fully supported.    *** Continued on the next page ***
  211.  
  212. #903#
  213.   Other features include:   Free form data searches,  form tag  and  search,
  214.   just like a free form database.  Plus file encryption; file compression to
  215.   save valuable disk space; description annotation; increment number counter
  216.   (different number on each form) printing; auto-tab/fill-in and file (makes
  217.   filling out pre-printed forms a snap);  field markers (lock out designated
  218.   areas);  vertical typing; word-wrap,  centering,  justification;  cut  and
  219.   paste; graphics "walk-around" mode and fully customizeable printer driver.
  220.   Operates on IBM family and close compatible computers.  DOS 2.1 or higher,
  221.   640K RAM and 2 floppy drives are required, hard drive recommended.    101+
  222.   pre-designed  and  user  modifiable  forms  (Basic  Forms  Pack)  plus   a
  223.   comprehensive printed user guide are included.
  224.  
  225.   New features for EZ-Forms Executive version 2.2
  226.  
  227.   Enhanced HP LaserJet support:  10  fonts  and  15  print macros  per  form
  228.   -  unlimited switching within the form.  Shading, landscape, print macros,
  229.   multiple fonts, plus much more!  Requires Optional Laser Font Support Pack
  230.   v2.0 or greater for full support.   (Ver 2.0 - Available for only $99+S&H.
  231.   Includes portrait  and  landscape fonts - 6, 9, 12, 15, 18, 21, 24, 27, 30
  232.   point in 3 type faces.)
  233.   Expanded math functions:  Financial calculations, larger values, and more!
  234.   ...Only $119 plus s/h (Extra forms packs and laser fonts ... see below.)
  235. #904#
  236.  
  237.   FORMS PACKS
  238.  
  239.   Basic Forms Pack (101+ of all types of forms), ... Only $39
  240.                    (Usually included with EZFX or EZFL)
  241.  
  242.   Forms Pack "A" (General Business): 68+ forms, ...Only $29
  243.   Forms Pack "B" (Sales and Marketing): 56+ forms, ...Only $29
  244.   Forms Pack "C" (Management and Personnel): 33+ forms,...Only $19
  245.   Forms Pack "D" (Technical): 47+ forms, ...Only $24
  246.   Forms Pack "E" (Home and Personal): 27+ forms, ...Only $15
  247.   Forms Pack "F" (Contracts): 22+ forms, ... Only $15
  248.   Forms Pack "G" (Property Management): 40+ forms, ... Only $24
  249.   Forms Pack "H" (Home/Office Records): 60+ forms, ... Only $15
  250.   Forms Pack "I" (Construction Related): 70+ forms, ... Only $29
  251.   Forms Pack "J" (Genealogy Related): 60+ forms, ... Only $15
  252.  
  253.   Forms Combo Pack (Over 400 forms.  Includes forms packs A through J listed
  254.   above): Only $79 with EZFX or $99 with EZFL (a $200+ value).  ($119+S&H if
  255.   purchased alone.)
  256.  
  257. #905#
  258.  
  259.   Laser Font Support Pack v1.2 for EZFL  Ten downloadable soft fonts for the
  260.   HP LaserJet Plus,  Series II  and compatibles.   Includes 5 portrait and 5
  261.   landscape fonts in  "LINE PRINTER BOLD".  10, 11, 12, 15 and 17  pitch are
  262.   represented.   These fonts are integrated with EZFL and  include  the line
  263.   drawing, block, shade, etc. graphics characters not normally included with
  264.   other soft fonts.  Includes full documentation and download utilities.
  265.  
  266.   ... $49 plus s&h (ONLY $39 with the purchase of EZFL)
  267.  
  268.   Laser Font Support Pack v2.0 for EZFX   Requires EZ-Forms Executive v2.2+!
  269.   Provides  100+ fonts  to  support landscape and portrait,  normal and bold
  270.   text, 6 and 8 lpi,  10 and 17 cpi,  plus text ranging in size from 6 point
  271.   to 30 point in increments of 3 points.   Also provided  are  100+  graphic
  272.   images with software  to  easily convert to print macros for  printing  on
  273.   your form. Useful as logos and signatures or just to add a special graphic
  274.   touch  to your form.   The  larger  fonts are especially useful  in making
  275.   slides for presentations!   All fonts support the entire  line drawing and
  276.   graphic character set. Logo/RLE Editor/Creator included. (Scanning service
  277.   available soon.  Write or call (713) 280-9900 for details.)
  278.  
  279.   ... $99+s&h (ONLY $79 when purchased with EZFX).  $109 for 3.5" disk.
  280. #906#
  281.   EZ-SPREADSHEET (tm)  "THE ULTIMATE SPREADSHEET"   You  too  can  become  a
  282.   spreadsheet pro in 20 minutes or less!   EZ-SPREADSHEET won't confuse you,
  283.   try your patience,  or  force you  to learn 457 commands  to  get started.
  284.   What you get is a spreadsheet that will produce  64 columns  by  512 rows;
  285.   more than enough for 99% of your needs.  EZS requires an IBM or compatible
  286.   computer,  DOS 2.1+,  256K RAM  minimum  and  1 disk drive.   Any  monitor
  287.   and almost any printer will work.  Includes printed manual/tutorial.  Only
  288.   $49 (Only $39 with any other purchase.)
  289.  
  290.   EZ-COPY Lite(tm) Did you ever need to copy a bunch of the same disk? DOS's
  291.   DISKCOPY  must read  the source disk before each disk is produced.   We've
  292.   got the answer.  With just 1 source disk read into memory, you can make as
  293.   many copies as you like. EZ-COPY LITE is almost as fast (about 1 minute to
  294.   format and copy) as commercial disk copy machines and much,  much cheaper!
  295.   Other features include, verification, speed optimizations,  and directory.
  296.   Requirements: DOS 3.0+, 640K RAM, 5.25" 360K drives only.  Only $39.
  297.  
  298.   EZ-Copy Plus (tm) Copy, format, and store almost any format. 5 1/4" (1.2M,
  299.   360K, 180K, etc.), 3 1/2" (1.44M, 720K).   Also stores disk images on hard
  300.   disk and restores to floppy.  Very good and fast.   Great for professional
  301.   users, software companies, and large organizations.  Requires 640K of RAM,
  302.   DOS 3.1+, and hard disk.  ONLY $199+S&H.  Includes a copy of EZ-Copy Lite.
  303. #907#
  304.   Note:  Because  EZ-Copy Lite  and  Plus work directly with the disk drive,
  305.   memory resident programs should be considered carefully.  Some systems may
  306.   require you to boot your computer from floppy for proper operation.
  307.  
  308.   EZX-WRITE (tm)  WordStar  compatible   word  processor  with  hundreds  of
  309.   features including:  Pulldown menus with  on-line help;  windows  let  you
  310.   edit two files at once;  Macros  for  "recording"  repetitive commands  or
  311.   boilerplate; print spooling - allows you  to continuing editing while your
  312.   printer does its thing;   Supports  all popular printers - bold,  italics,
  313.   underline, super/subscript,  and alternate fonts are available - or create
  314.   your own printer driver; DOS shell for formatting that ever full diskette;
  315.   EGA monitor support;  headers  and  footers;  lightning  fast  search  and
  316.   replace; word wrap and justification; "undo"; adjustable tabs, margins and
  317.   ruler lines;  "point-and-shoot" directories;  automatic file backup; block
  318.   copy,  move,  delete,  read or write from disk,  even  between windows and
  319.   documents;  user  defined colors;  Requires  IBM family  of  computers  or
  320.   compatible,  with 256K RAM, DOS 2.1+,  one disk drive, any monitor, and of
  321.   course, a compatible printer.     
  322.  
  323.   ...$49 Includes printed manual.  (Only $29 with any other purchase)
  324.  
  325.   *** Continued on the next page ***
  326. #908#
  327.  
  328.   DOC Disk "A"  125 Business/Personal Letters and Contracts:
  329.   ... $29 - Only $10 with EZXW.
  330.  
  331.   DOC Disk "B" Over 100 Legal Documents: ...$29 - Only $10 with EZXW.
  332.  
  333.  
  334.   EZX-BASE (tm)  Capable of millions of records with a hard drive  (hundreds
  335.   on a floppy).  Great for that mailing or customer list.  Fast  search  via
  336.   one  of  three keys so you can quickly find the record you're looking for.
  337.  
  338.   Database can be printer to paper or labels (up to 4 across or "cheshire"),
  339.   or  displayed  on the screen with full scrolling support.   While  in  the
  340.   scroll mode, any record may be selected to print a label, delete, edit, or
  341.   just view.   With this version,  you  may  now  output a file  for use  by
  342.   EZ-FORMS EXECUTIVE(tm).   Complete options control allows printing, sound,
  343.   and color control.
  344.  
  345.   Fast  and  easy to use,  no complicated  setup  or  programming  involved.
  346.   Requires IBM/compatible, 256K,  monitor, and  printer (for print options).
  347.  
  348.   ...Only $29 ($49 SRP)  Includes printed manual.  ($24 with other purchase)
  349. #909#
  350.   EZX-TALK (tm)  Quick and easy  modem communications  (300 thru 9600 baud);
  351.   large number auto-dial directory, etc.  Requires  IBM/compatible computer,
  352.   256K, 1 floppy, and Hayes or compatible modem.
  353.  
  354.   ...Only $29 ($49 Standard Retail Price - SRP)  Includes printed manual.
  355.      ($24 with other purchase)
  356.  
  357.   ORDER INFO:  If you  are ordering with a  VISA,  MasterCard,  or  American
  358.   Express/Optima,   feel   free  to  call  in  your  order  toll   free   at
  359.   1-800-US-EASY-X (1-800-873-2799) which rings only our order desk.   Please
  360.   note that the information and customer service line is 1-713-280-9900, the
  361.   order line staff is  not able  to answer technical or order status related
  362.   questions.
  363.  
  364.   Mail orders to:   EZX Publishing, Suite 1777
  365.                     P.O. Box 58177
  366.                     Webster, TX 77598 USA.
  367.  
  368.   (s/h add,  $5 USA/48,  $10 AK, HI, PR, APO, FPO, VI, Canada, $20 foreign.)
  369.  
  370.   Pricing, terms, and conditions are subject to change without notice.
  371. #END#
  372.